projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41b97e9
)
tests: Lower retry timeout to 5s
author
Colin Walters
<walters@verbum.org>
Fri, 20 Apr 2018 18:16:15 +0000
(14:16 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Mon, 23 Apr 2018 17:23:40 +0000
(17:23 +0000)
No need to poll every second, there's going to be some latency
here and we want to avoid the overhead of polling.
Closes: #1548
Approved by: cgwalters
tests/installed/execute_batch.yml
patch
|
blob
|
history
diff --git
a/tests/installed/execute_batch.yml
b/tests/installed/execute_batch.yml
index fe2b57024962d4808f721ae8ec7e477a37bee42d..e4a11bb592e59ce5376547a610fcf7e581931813 100644
(file)
--- a/
tests/installed/execute_batch.yml
+++ b/
tests/installed/execute_batch.yml
@@
-20,3
+20,4
@@
register: async_poll_results
until: async_poll_results.finished
retries: 500
+ retry_pause: 5